home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7849 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: dos.h
  5. Date: 28 Feb 1996 22:04 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <28FEB199622041529@erich.triumf.ca>
  9. References: <4h2rcj$cph@thor.atcon.com>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4h2rcj$cph@thor.atcon.com>, valmac@MAIL.ATCON.COM (Alex MacLeod) writes...
  14. >Could someone please send me dos.h?
  15.  
  16. Header files, _especially_ non_ANSI ones such as dos.h, are compiler-specific,
  17. so we need to know the compiler before we can send you the right one.  However,
  18. they are normally copyrighted by the compiler vendor, so we can't legally send
  19. you a copy anyway...
  20.  
  21. Also, header files just contain function prototypes and #defines and typedefs
  22. that are used with them, so are useless without the accompanying libraries that
  23. contain the executable code for the functions.
  24.  
  25. _If_ you can use dos.h, it should have (really _must_ have) come with the
  26. compiler.
  27.  
  28.  
  29. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  30. Internet: bennett@triumf.ca         | of one another only when one can be
  31. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  32. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  33. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  34.  
  35.